ComponentOne ASP.NET MVC Controls
Period Property (MovingAverage<T>)

C1.Web.Mvc Namespace > MovingAverage<T> Class : Period Property
Gets or sets the period of the moving average line.
Syntax
'Declaration
 
<DefaultValueAttribute(2)>
Public Property Period As Integer
[DefaultValue(2)]
public int Period {get; set;}
Remarks
It should be set to some integer value greater than 1.
See Also

Reference

MovingAverage<T> Class
MovingAverage<T> Members